@charset "utf-8";
/*首页*/
.home_title{text-align: center; font-size: 26px; color: #45464b;}
/*首页---关于我们*/
.home_about{background: #fff;}
.home_about .content{padding: 90px 0 44px 0;}
.home_about_line{width: 1px; height: 550px; background: #ddd; position: absolute; left: 24px; top: 0;}
.home_about_line span{display: block; width: 10px; height: 10px; background: #ddd; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; position: absolute; left: 50%; bottom: 100px; margin-left: -5px;}
.home_about_box{height: 626px; position: relative;}
.home_about_left{width: 418px; height: 518px; border: 1px solid #333; position: absolute; left: 56px; top: 0;}
.home_about_name{width: 350px; line-height: 50px; font-size: 42px; color: #1e1e1e; text-align: center; padding-bottom: 18px; background: url(../images1/about_titbg.png) no-repeat center bottom; position: absolute; left: 0; top: 84px;}
.home_about_text{width: 780px; max-height: 240px; overflow: hidden; background: #fff; font-size: 16px; line-height: 30px; padding: 10px 0; position: absolute; left: 428px; top: 30px;}
.home_about_slide{width: 1068px; background: #fff; position: absolute; left: 190px; top: 350px; padding-left: 16px; padding-top: 6px;}
.home_about_sname{height: 26px; line-height: 26px; border-left: 5px solid #1e1e1e; font-size: 18px; color: #1e1e1e; padding-left: 15px;}
.home_about_item{margin-top: 20px;}
.home_about_item li{width: 302px; float: left; margin-right: 48px;}
.home_about_pic{width: 302px; height: 177px; overflow: hidden;}
.home_about_pic img{display: block; width: 100%; height: 100%; transition: all .4s;}
.home_about_item li p{height: 30px; line-height: 30px; font-size: 18px; color: #1e1e1e; margin-top: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.home_about_item li p span{color: #cf2228;}
.home_about_pic:hover img{transform: scale(1.1);}
/*首页---产品中心*/
.home_product{background: #f6f6f6; padding: 60px 0 30px 0;}
.home_product_box{width: 95%; min-width: 1220px; margin: 30px auto 0; background: #fff;}
.home_product_box li{width: 24.5%; *width: 24.46%; float: left; margin: 8px 0.25%; position: relative;}
.home_product_pic{width: 100%; height: 0; padding-bottom: 89%; position: relative; overflow: hidden;}
.home_product_pic img{display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .5s;}
.home_product_bg{width: 100%; height: 100%; background: rgba(0,0,0,.2); background: url(../images1/IE_tm20bg.png) repeat\9; position: absolute; left: 0; top: 0; z-index: 4; transition: all .4s; opacity: 0; visibility: hidden; pointer-events:none;}
.home_product_item{position: absolute; left: 10px; top: 10px; right: 10px; bottom: 10px; z-index: 5; transition: all .4s; opacity: 0; visibility: hidden; }
.home_product_text{position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: flex; align-items: center;}
.home_product_txt{width: 94%; text-align: center; margin: 0 auto; color: #fff;}
.home_product_name{font-size: 20px; line-height: 30px;}
.home_product_model{font-size: 14px; line-height: 24px; margin-top: 4px;}
.home_product_hor,.home_product_ver{position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all .4s;}
.home_product_hor{border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0,1);}
.home_product_ver{border-left: 1px solid #fff; border-right: 1px solid #fff; transform: scale(1,0);}
.home_product_box li a{display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 6; pointer-events: auto;}
.home_product_box li:hover .home_product_pic img{transform: scale(1.15);}
.home_product_box li:hover .home_product_bg{opacity: 1; visibility: visible;}
.home_product_box li:hover .home_product_item{opacity: 1; visibility: visible;}
.home_product_box li:hover .home_product_hor{transform: scale(1,1);}
.home_product_box li:hover .home_product_ver{transform: scale(1,1);}
/*首页---服务品牌*/
.home_partner{padding: 30px 0 70px 0; background: #f6f6f6;}
.home_partner_box{margin-top: 30px;}
.home_partner_box ul{margin: 0 -7px;}
.home_partner_box li{width: 188px; height: 74px; float: left; margin: 6px 7px; border: 1px solid #ddd; overflow: hidden;}
.home_partner_box li a{display: block; width: 100%; height: 74px; line-height: 74px; text-align: center; color: #666;}
.home_partner_box li img{display: block; width: 100%; height: 100%;}